home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Internet Info 1994 March
/
Internet Info CD-ROM (Walnut Creek) (March 1994).iso
/
networking
/
ip
/
ka9q
/
bmdist.arc
/
BM.RC
< prev
next >
Wrap
Text File
|
1988-04-22
|
3KB
|
82 lines
# BDALES MAILER.RUNTIME CONFIGURATION (BM.RC)
#-------------------------------------------------------------------#
#
# Note: NET.EXE ignores all lines beginning with a pound sign (#).
#
# For a fuller explanation of BM.RC and the Simple Mail Transfer
# Protocol (SMTP) see their respective doc files in DOC/ARC which is
# contained in the \doc subdirectory of the Plug 'n Play disk.
# BM.DOC contains detailed information on the commands available.
#
# BM is designed to serve as the mail user-interface for the
# KA9Q TCP/IP internetworking package. It provides a full set
# of mail services to the user.
#
# Incoming mail is placed in 'mailbox' files in the
# \spool\mail directory. The name of the file is based on the
# user name specified by the sender. New messages with the
# same user name are appended. If a mailbox file does not
# exist it will be created automagically. Mailbox files may
# also be referred to as "notesfiles".
#
# Outgoing mail messages consist of two files each in the
# spool\mqueue directory. The names of the two files will be
# in the form <integer>.WRK and <integer).TXT, where integer
# is the sequence number. The current sequence number is the
# number shown in the file called sequence.seq, also in the
# mqueue sub-directory.
#
# A basic ASCII editor is provided within BM. However if you
# wish to use your own editor it can be called up from within
# BM by identifying it at the "edit" entry shown below.
#
# * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
#
# This file (BM.RC) must be configured to your specific site.
# Following are configuration requirements followed by examples.
#
#------------------------------------------
# host <space> this_host_name
#
host n0qrm.ampr
#
#------------------------------------------
# user <space> this_user_name
#
user esmerelda
#
#------------------------------------------
# fullname <space> your_full_name for mail headers (optional)
#
fullname Radio Active
#
#------------------------------------------
# reply <space> address An optional reply address if not to this machine,
# useful for a pc on a network with a smart mailer.
# reply esmerelda@bogus.arpa.host
#
#------------------------------------------
# zone <space> timezone
#
zone MST
#
#------------------------------------------
# maxlet <space> max messages in mbox at once
#
maxlet 300
#
#------------------------------------------
# edit <space> name_of_editor_for_mail_entry
#
edit emacs
#
#------------------------------------------
# smtp <space> path to mailboxes
#
smtp \spool\mail
#
#------------------------------------------
# The END